next-with-ts
next-with-ts copied to clipboard
Add CLI conditions
Usecase
Existence usecases and related directory
- Web Server
-
/server
-
nodemon
-
- Docker existence
-
/docker
-
docker-compose
-
- Scaffold (hygen)
-
.hygen
-
- Use Redux
-
/src/action | actionTypes
-
/src/reducers
-
/src/sagas
-
/src/store
-
/pages/_app.tsx
mounted redux store
-
- Authentication
-
/pages/api/*
-
/pages/signin
-
Functions with low dependency at repository
- Web Server
- Docker
- Scaffold