A simple phrase-to-slug text generator built using React TypeScript and Express on a NodeJS server. Deployed on AWS Elastic Beanstalk.
Find it and have fun with it here Slugly
Clone this repository and get started with development.
- Run
npm install
to install the required dependencies. - Start the local Webpack server for frontend development with
npm start
. - Start the local Express server for backend development with
npm run server-dev
.
You can run npm build
. This will generate a zip file called dist.zip
that can be uploaded to Elastic Beanstalk and deployed.
You can start the app in production mode using npm run app
.