Skip to content

This is all about how easy and quick we can start build react using parcel without create-react-app or any other generators..

License

Notifications You must be signed in to change notification settings

daggerok/parcel-react-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

parcel-react-example Build Status

log
yarn init -y
yarn add -E react react-dom
yarn add -ED parcel-bundler babel-preset-react babel-preset-env
echo '{ "presets": ["env", "react"] }' > .babelrc

touch index.html main.js

parcel -p 3000 index.html

About

This is all about how easy and quick we can start build react using parcel without create-react-app or any other generators..

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published