Skip to content

mikemclaren/react-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Starter

A very basic React starter kit without too many bells and whistles. Allows for importing SASS, and supports hot-loading, and that's about it!

I use it, so it's kind of built to my specs a bit.

You can also utilize this using my starter-kit utility!

Using with Starter-Kit utility

starterkit use react-starter

Using from Github

Clone it down, npm install and then npm run dev! Go to http://127.0.0.1:3000 and you're good to go!

File Structure

- app // Where the app source code goes
  - components // Store all components in here
    - RootComponent // In folders of their own!
      - package.json // With a package.json that points to a "main" script
      - RootComponent.jsx
  - app.js
- build // Where the build stuff will go!
  - index.html // The base index.html
- .gitignore
- package.json
- README.md
- webpack.config.js

About

⚡ A really simple React starter kit.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published