Skip to content

calvinf/c4tk-react-parcel-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Starter Using Parcel

Environment setup

  • Install Node.js
  • Install Yarn package manager
  • Fork this repository
  • Clone your fork to your computer
  • Run yarn install in the directory
  • Run yarn start to launch index.html in development mode

Getting Started

  • index.html is your main HTML file where the React app will be initialized
  • assets/hello.js contains a starting point for your React app
  • assets/hello.scss contains a starting point for your styles using SCSS (Sass).

Running

  • Dev: yarn start -- Parcel supports "Hot Module Reloading" so you can save an update, open the browser, and it will automatically update
  • Build: yarn build -- generate the "production" build
  • Serve: yarn serve -- serves the "production" build

License

Public domain, unlicensed software, see LICENSE file.

Video Inspiration

Props to Elijah Manor for his Manorisms video Bootstrap a React App with Parcel which inspired this starter.

About

React.js starter kit using Parcel.js

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published