Skip to content

Sebbia/news-test-task

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sample news Web-client

Development

To build and launch a project with an integrated web server run this:

npm install && npm start

This project was bootstrapped with Create React App.

Building

The API server base url can be overriden with REACT_APP_API_BASE_URL environment variable as shown in the example below.

npm ci
export REACT_APP_API_BASE_URL=http://api_server_url_and_port
npm build

Build results can be found in /build folder.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 95.1%
  • CSS 2.8%
  • HTML 2.1%