Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/castle2668/react-course-goal
Max's React Course Practice Project 02: Styling (Section 6)
https://github.com/castle2668/react-course-goal
css-modules react styled-components
Last synced: 6 days ago
JSON representation
Max's React Course Practice Project 02: Styling (Section 6)
- Host: GitHub
- URL: https://github.com/castle2668/react-course-goal
- Owner: castle2668
- Created: 2021-09-11T09:52:40.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-09-28T08:30:19.000Z (over 3 years ago)
- Last Synced: 2024-11-12T22:35:02.879Z (2 months ago)
- Topics: css-modules, react, styled-components
- Language: JavaScript
- Homepage: https://sealman234.github.io/react-course-goal/
- Size: 902 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React Course Goal
## Install the dependencies
```git
npm install
```## Start the project
```git
npm start
```