Documentation
- This is a starter folder for projects that would use React & React Dom , parcel, TailwindCSS and SCSS
Getting Started
- Before we get started, you'll need to install Node and create
a
package.json
for your project if you haven't already.
npm init
git clone https://github.com/Aminetech84/ReactTailwindScssParcel.git
npm i
- Start the Development server with:
npm run start
- Get production build with:
npm run build
- To commit to your own repo, delete the hidden git folder then run:
git init