Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
R
redux-practice
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Sumaiyya Burney
redux-practice
Commits
386f4123
Commit
386f4123
authored
Mar 21, 2018
by
Lavitr
Browse files
Options
Browse Files
Download
Plain Diff
added folder structure
parents
b3af0ff7
2cf812ab
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
27 additions
and
0 deletions
+27
-0
README.md
README.md
+27
-0
No files found.
README.md
View file @
386f4123
# basic-react-redux-webpack4-boilerplate
Basic React-Webpack4 boilerplate with classic file structure for React/Redux application .
### Usage
```
git clone https://github.com/Lavitr/basic-react-redux-webpack4-boilerplate.git
cd basic-react-redux-webpack4-boilerplate
npm install
npm start
open http://localhost:8080 (should start automatically )
Now edit `src/components/App.js`.
## Available Commands
- `npm start` - start the dev server
- `npm clean` - delete the dist folder
- `npm run dev` - create a developer build in `dist` folder
- `npm run build` - create a production ready build in `dist` folder
- `npm test` - run all tests
```
### Dependencies
*
React
*
Webpack
*
[
webpack-dev-server
](
https://github.com/webpack/webpack-dev-server
)
*
[
babel-loader
](
https://github.com/babel/babel-loader
)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment