https://github.com/davidan90/react-project-starter
Boilerplate to start a project
https://github.com/davidan90/react-project-starter
babel boilerplate es6 frontend javascript jest-tests react sass webpack
Last synced: 2 months ago
JSON representation
Boilerplate to start a project
- Host: GitHub
- URL: https://github.com/davidan90/react-project-starter
- Owner: davidan90
- Created: 2017-09-28T19:09:26.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-12-05T15:15:06.000Z (over 8 years ago)
- Last Synced: 2025-02-17T16:36:11.738Z (over 1 year ago)
- Topics: babel, boilerplate, es6, frontend, javascript, jest-tests, react, sass, webpack
- Language: JavaScript
- Homepage:
- Size: 186 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# :rocket: react-sass-jest-webpack-boilerplate :rocket:
## **Description**
This project is a boilerplate to start writing your frontend project, it is an initializer.
---
## **Init**
1. **Install** all dependencies:
```javascript
npm i
```
2. **Run** your project:
```javascript
npm start
```
This assumes you are using [npm](https://www.npmjs.com/) as your package manager.
---
## **Features**
| Feature | Summary |
| --- | --- |
| [React](https://reactjs.org/) | Library to build the app interface.
| [Sass](http://sass-lang.com/) | CSS preprocessor.
| [Jest](https://facebook.github.io/jest/) | TDD framework for testing the app.
| [Webpack](https://webpack.github.io/) | Module bundler.
---
## **License**
MIT