/react-silverback

Silverback boilerplate project

Primary LanguageJavaScriptISC LicenseISC

Silverback

Dependencies Build Status

Development

Get started

Install dependencies

  • yarn or npm install

Npm scripts

yarn start

Run the app for development. With this invokation a startup script is used which starts up a development serve on port 3000 and restart on file change.

yarn run build

Build the app for production. This generates a build folder with optimised files which can be used to deploy.

Test

yarn run test

Start the test watcher for developing tests. Follow instructions on the screen to write and develop tests.

Bugs

When you find issues, please report them:

Be sure to include all of the output from the npm command that didn't work as expected. The npm-debug.log file is also helpful to provide.

Authors

See the list of contributors who participated in this project.

License

This project is licensed under the ISC License - see the LICENSE.md file for details