Skip to content

Roman-Maksimov/chart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Trial

Trial ReactJS Frontend App

Setup

$ npm install

Run development server

$ npm start

Default url: http://localhost:8080/

Make a build

production

$ npm run build

staging

$ npm run dev

Tips

Run build locally

Use your favorite http-server with build/ as web root. Or...

Install nifty http-server package if you have not yet

$ npm install -g http-server
$ cd build/
$ http-server -c-1

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published