Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 473 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 473 Bytes

Star Wars Introduction in CSS3 with ReactJS

Alt text

Original trilogy and prelogy introductions of Star Wars in CSS3

Preview here

Installation

  • Clone Git repository : git clone [email protected]:/firestar300/starwars-intro-css3.git
  • Install node modules : npm install

Start local server

  • Start server : npm start
  • Watch files with Webpack : webpack -w
  • And go to localhost:3000 into your browser.