Skip to content

A simple starting point for any React application

Notifications You must be signed in to change notification settings

arsmth/basic-react-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

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.

Getting Started

  1. Install Node.js, if you haven't already.

  2. Download or clone this repository.

  3. Open a command prompt in the project folder.

  4. Install dependencies:

npm install --save
  1. Start the server:
npm start

Now you can begin building your application.

About

A simple starting point for any React application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published