Skip to content

React Starter Kit — isomorphic web app boilerplate (Node.js, Express, GraphQL, React.js, Babel, PostCSS, Webpack, Browsersync)

License

Notifications You must be signed in to change notification settings

forCuriosity/northsideRents-react

Repository files navigation

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````

BOILERPLATE

React Starter Kit — "isomorphic" web app boilerplate  

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

About

React Starter Kit — isomorphic web app boilerplate (Node.js, Express, GraphQL, React.js, Babel, PostCSS, Webpack, Browsersync)

Resources

License

Stars

Watchers

Forks

Packages

No packages published