Skip to content

A new and improved version of the React Street Fighter tutorial app -- now using Next.js and Styled Components!

Notifications You must be signed in to change notification settings

klpemberton/StreetFighter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Setup

$ yarn

  • install packages

$ yarn dev

  • Starts the development server.

Where to look

  • pages/index.js: this is the "home page" for the app
  • src/components: add/modify components here -- All components should have their own directory in src/components --- Inside each directory should be the component JS file, and an index.js file that exports the component

About

A new and improved version of the React Street Fighter tutorial app -- now using Next.js and Styled Components!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published