A template for starting projects with react
. Includes authentication.
Install with npm install
.
- Download this template.
- Unzip and rename the template directory (
unzip ~/Downloads/react-template-master.zip
) - Move into the new project and
git init
.
- Empty
README.md
and fill with your own content.
- Install dependencies with
npm install
. git add
andgit commit
your changes.
- Run the API server with
npm start
.
User authentication is built-in.
Developers should run these often!
npm start
npm run deploy
- All content is licensed under a CCBYNCSA 4.0 license.
- All software code is licensed under GNU GPLv3. For commercial use or alternative licensing, please contact legal@ga.co.