0.26.0 • Published 7 years ago

osnova-react-environment v0.26.0

Weekly downloads
4
License
MIT
Repository
github
Last release
7 years ago

#OSNOVA-REACT-ENVIRONMENT

##bI? Modern ready-to-use environment for quick start of a new react application development.

Inspired by and based on React Redux Universal Hot Example

##Features

  • ES6+ support
  • Building either a client and a server with transparently configured Webpack
  • Linting on the build stage that enforces best code writing practices
  • Server side rendering with Webpack-React-Redux stack
  • Extendable and configurable osnova based server

##Components

##Installation

###Via git:

git clone git@github.com:Noviel/osnova-react-environment.git <your-application-name>

###Or download:

https://github.com/Noviel/osnova-react-environment/archive/master.zip

##Prepare

  • Go to <your-application-name> root directory.
  • Delete .git directory.
  • Set in package.json information about your application.
  • npm install or yarn install for dependencies.

Note that build folders are excluded from git. You need to remove /server and /static/dist from .gitignore to push built version.

##Launching

npm run build
npm run start
start http://localhost:3322

##Structure

Coming soon...

##Scripts

Coming soon...

##Testing

Coming soon...

0.26.0

7 years ago

0.25.0

7 years ago

0.24.0

7 years ago

0.23.0

7 years ago

0.22.1

7 years ago

0.22.0

7 years ago

0.21.0

7 years ago

0.20.0

7 years ago

0.19.0

7 years ago

0.18.0

7 years ago

0.17.3

7 years ago

0.17.2

7 years ago

0.17.1

7 years ago

0.17.0

7 years ago

0.15.3

7 years ago

0.15.2

7 years ago

0.15.1

7 years ago

0.15.0

7 years ago

0.14.2

7 years ago

0.14.1

7 years ago

0.14.0

7 years ago

0.13.0

7 years ago

0.12.1

7 years ago

0.12.0

7 years ago

0.11.0

7 years ago

0.10.1

7 years ago

0.5.2

7 years ago