This repository has been archived by the owner on Jun 25, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
4,668 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,32 +1,40 @@ | ||
# React Starterkit | ||
> Build project using ReactJS, Redux, Webpack and Babel | ||
> Build web apps using ReactJS, Redux, Webpack and Babel | ||
### Tech | ||
* Redux - Predictable state container for JavaScript apps | ||
* Webpack - A bundler for javascript and friends | ||
* React-Router - A complete routing library for React | ||
* Babel - Compiles ES6 to ES5. Enjoy the new version of JavaScript today | ||
* ES Lint - Lint JS. Reports syntax and style issues | ||
* Npm scripts - Run project with just one command | ||
* [Redux](http://redux.js.org/) - Predictable state container for JavaScript apps | ||
* [Webpack](https://webpack.github.io/) - A bundler for javascript and friends | ||
* [React-Router](https://github.com/ReactTraining/react-router) - A complete routing library for React | ||
* [Babel](https://babeljs.io/) - Compiles ES6 to ES5. Enjoy the new version of JavaScript today | ||
* [ESLint](http://eslint.org/) - Lint JS. Reports syntax and style issues | ||
* NPM scripts - Run project with just one command | ||
|
||
### Installation | ||
### Requirements | ||
|
||
Requires [Node.js](https://nodejs.org/) v4+ to run. | ||
* [Node.js](https://nodejs.org/) v4+ to run. | ||
* [YARN](https://yarnpkg.com/) - Yarn is a package manager for your code. It allows you to use and share code with other developers from around the world. Yarn does this quickly, securely, and reliably so you don’t ever have to worry. | ||
|
||
First, you need to clone the api repo | ||
### Installation | ||
|
||
Install Yarn | ||
```sh | ||
$ git clone https://github.com/JuneDomingo/react-starterkit-api.git | ||
$ cd react-starterkit-api | ||
$ npm i | ||
$ npm start | ||
$ npm install yarn -g | ||
``` | ||
|
||
Clone this repo | ||
|
||
```sh | ||
$ git clone https://github.com/JuneDomingo/react-starterkit.git | ||
$ cd react-starterkit | ||
$ npm i | ||
$ yarn install | ||
$ npm start -s | ||
``` | ||
|
||
Clone the API repo (Optional) | ||
|
||
```sh | ||
$ git clone https://github.com/JuneDomingo/react-starterkit-api.git | ||
$ cd react-starterkit-api | ||
$ yarn install | ||
$ npm start | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.