Skip to content
/ slugly Public

Simple and short phrase-to-slug generator with a few cool options. Built with Express and React and deployed on AWS Elastic Beanstalk..

Notifications You must be signed in to change notification settings

cjativa/slugly

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Slugly — The Simple Slug Generator

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

Developing Locally

Clone this repository and get started with development.

  1. Run npm install to install the required dependencies.
  2. Start the local Webpack server for frontend development with npm start.
  3. Start the local Express server for backend development with npm run server-dev.

Deploying

You can run npm build. This will generate a zip file called dist.zip that can be uploaded to Elastic Beanstalk and deployed.

Production

You can start the app in production mode using npm run app.

About

Simple and short phrase-to-slug generator with a few cool options. Built with Express and React and deployed on AWS Elastic Beanstalk..

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published