Coder Social home page Coder Social logo

sambhavsaxena / scriptag Goto Github PK

View Code? Open in Web Editor NEW
3.0 1.0 0.0 178 KB

๐Ÿ’– cli based npm package to create simple portfolio websites

Home Page: https://www.npmjs.com/package/cra-template-scriptag/

License: Other

HTML 36.16% JavaScript 52.07% CSS 11.77%
react javascript create-react-app portfolio

scriptag's Introduction

Scriptag

Scriptag is a CLI create-react-app template generator for minimal portfolios. Just a single command in your terminal will generate all the code required to get started with your very own portfolio.

Visit the official website here.

Initial installation

Installation

$ npx create-react-app <project name> --template scriptag
$ cd <project name>
$ npm start

In case of yarn package manager:

$ yarn create react-app <project name> --template scriptag
$ cd <project name>
$ yarn start

Creating pages

You can generate directories by creating a screens/pages folder in the root directory. Components can also be created and the app can be simply extended in the same way we do in case of a CRA app. There are no constraint to possibilities.


You can edit the attributes according to html. The icon can be manually replaced as well. The styling (style.css in /css) can be manually changed according to need as can be changed the font (in /build_scripts).

The pages are generated in the build directory on root after you run npm run build which you can use to deploy your site.

Dependencies

  • react-dom
  • bootstrap
  • react-bootstrap
  • sass

Features

Sharply single page web template
Pre defined fonts 
Dependencies pre installed
Markdown support
Blazing fast Next.js deployment

License

GitHub license

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.