https://github.com/etienne-bobo/stepcodingclient
StepCoding frontend
https://github.com/etienne-bobo/stepcodingclient
nuxtjs rest-api
Last synced: 9 months ago
JSON representation
StepCoding frontend
- Host: GitHub
- URL: https://github.com/etienne-bobo/stepcodingclient
- Owner: Etienne-bobo
- Created: 2021-06-16T08:13:38.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2023-12-15T20:35:33.000Z (over 2 years ago)
- Last Synced: 2025-09-23T14:05:17.712Z (9 months ago)
- Topics: nuxtjs, rest-api
- Language: Vue
- Homepage: https://www.stepcodingtech.com/
- Size: 2.43 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# step-coding-frontend
## Build Setup
```bash
# install dependencies
$ yarn install
# serve with hot reload at localhost:3000
$ yarn dev
# build for production and launch server
$ yarn build
$ yarn start
# generate static project
$ yarn generate
```
For detailed explanation on how things work, check out [Nuxt.js docs](https://nuxtjs.org).