This is a barebones project that can act as the foundation of any React application. It is simply a blank React app generated using create-react-app with Sass preprocessing built-in using node-sass-chokidar as recommended.
As I'm currently learning React I wanted a clean starting point that I could build upon rather than go through the tedious configuration every time I start a new project. If anyone else can find this useful, even better.
-
Install Node.js, if you haven't already.
-
Download or clone this repository.
-
Open a command prompt in the project folder.
-
Install dependencies:
npm install --save
- Start the server:
npm start
Now you can begin building your application.