Skip to content

React FullStack Starter kit with Redux, Babel, Webpack, Jest, Enzyme, Server-side rendering, ESLint, SASS, ExpressJs and PM2

License

Notifications You must be signed in to change notification settings

ashurbeyli/react-fullstack-starter-kit

Repository files navigation

React FullStack Starter Kit

This is for web developers who wants to create full-stack React, Redux application

Tech

In this Starter Kit integrated:

And of course this Starter Kit itself is open source on GitHub.

Installation

Install the dependencies and devDependencies and start the server.

$ cd react-fullstack-starter-kit
$ yarn install
$ yarn dev

You can check on browser by going to http://localhost:8080

For production environments...

$ yarn install --production
$ yarn prod

Development

Want to contribute? Great!

This Starter Kit Webpack for fast developing. Make a change in your file and instantanously see your updates!

Open your favorite Terminal and run these commands.

First Tab:

$ yarn dev

(optional) Second:

$ yarn test

Building for source

For production release:

$ yarn build

Todos

  • No idea yet :)

License

MIT

Free Software, Hell Yeah!

About

React FullStack Starter kit with Redux, Babel, Webpack, Jest, Enzyme, Server-side rendering, ESLint, SASS, ExpressJs and PM2

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published