WorldSeso7 / ReactSimulator360

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React Simulator 360

Scripts

Besides the start script, there are also other scripts

npm run <script> What it does
start Starts the app at http://localhost:8080/. The bundle js/css files are stored in memory
test Starts the unit testing using all the files found in the test folder
test-watch Starts the unit testing and watches for changes to re-run the tests
build-dev Builds the js/css bundle files in the public folder. Adds debugging code for development
build-prod Builds the js/css bundle minified files in the public folder

License

This project is licensed under the MIT license, Copyright (c) 2018 Daniele Sesoldi

About


Languages

Language:JavaScript 70.3%Language:CSS 29.1%Language:HTML 0.6%