1.0.0 • Published 7 years ago

react-boilerplater v1.0.0

Weekly downloads
1
License
ISC
Repository
-
Last release
7 years ago

BOILERPLATE Maker for REACT/REACT-REDUX Web Apps By Alice Chuang 2017

Includes: Node.js Express React React-Redux Sequelize Postgres Thunk Web Sockets - Socket.io Linter Bootstrap Bluebird OAuth

Supporting Packages: Node.js NPM Nodemon Webpack Babel

To Create Your Own Boilerplate: -Create a project folder -Run 'npm init', 'git init' from your console to initialize node,npm, git -(make sure both npm and git are installed, https://www.npmjs.com/get-npm) *** -Create the '.gitignore' file, include 'node_modules', 'bundle.js' (files listed in here will exclude from git when committing to github repo) -Run 'npm install -g nodemon' to install Nodemon globally (listens for file changes and re-compiles Webpack)

Some Helpful Links: Facebook's Create-React-App https://github.com/facebookincubator/create-react-app