An open API service indexing awesome lists of open source software.

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

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