simple local note taking app which covers a lots of great Remix features
- Remix
- styled-components
- redis
- typescript
-
clone the project and cd into folder
-
type
npm install
oryarn install
-
setup your redis server
-
rename
.env.example
to.env
and then replace "REDIS_SERVER" with the redis Server URL -
type
npm run start
oryarn start
for development -
type
npm run build
oryarn build
for production