Skip to content

jquintozamora/react-webpack-postCSS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React + postCSS + ITCSS + BEM + webpack

Playing with CSS tech

Good Resources:

Features


Features NOT INCLUDED (TODOs)



Getting Started

Install pre-requisites

Clone Repo

  1. Get the url of your forked project.
  2. Click on "Clone or download" and Copy to clipboard the url ending on .git.
  3. Open your command line and go to your directoy
    You don't need to create a specific folder for the project, it will be created by git
  4. Clone your forked repo on your machine:
$ git clone https://github.com/username/react-webpack-postCSS

Note: That will create a new folder called react-webpack-postCSS with all the files in.

Install Project dependencies

$ cd react-webpack-postCSS
$ npm i

Open the project with your Development IDE

I use VS Code https://code.visualstudio.com Open the project using this command:

$ code .

Start development server with Hot Reloading

$ npm run start

Done!

Contributing

Please feel free to add your own improvement

License

MIT License Copyright (c) 2016 Jose Quinto Zamora

About

Playing with React + Webpack + PostCSS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published