Skip to content

david2194/testFrontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

H17 front end

How to build

To install the requirements, run:

$ npm install

To build the app for production, run:

$ npm run build

This will generate a build.js file in the public/js directory.

To run the development build, run

$ npm run dev

This watches changes to .jsx files and automatically builds the app in dev mode. Alternatively, you can run

$ npm run web

to also have a dev server on port 8080.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published