Developed for Northside Reality
Development
Locally Hosted:
$ npm start
Hosted statically:
$ npm run build -- --static --release
Production
App Server
npm run build -- --static --release
Steps:
Build the production-ready app using npm run build -- --release
cd build
Initialise a git repo with git init
Add everything with git add .
Commit your changes with git commit -m "Commit message"
Create a Heroku app with heroku create my-apps-name-goes-here
Push to Heroku ```git push heroku master````
License
Copyright © 2014-present Kriasoft, LLC. This source code is licensed under the MIT license found in the LICENSE.txt file. The documentation to the project is licensed under the CC BY-SA 4.0 license.
Made with ♥ by Konstantin Tarkus (@koistya) and contributors