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.mdand fill with your own content.
- Install dependencies with
npm install. git addandgit commityour changes.
- Run the API server with
npm start.
User authentication is built-in.
Developers should run these often!
npm startnpm 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.